home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d19 / pcbcs136.arc / PCBCS.DOC < prev    next >
Text File  |  1991-01-04  |  4KB  |  83 lines

  1.  
  2. PCBCS - PCBoard Caller Statistics                                  Version 1.36
  3. ---------------------------------                                  Jan  3, 1991
  4.  
  5.   Usage:
  6.   -----
  7.  
  8.         CS analyzes a PCBoard caller's log file and produces a report
  9.         of system and user activity.  The command line syntax is:
  10.  
  11.    CS callerfile [outfilename]  [/N] [/V] [/1] [/SU] [/FF] [/C:n] [/T] [/U]
  12.                                 [/S:mmddyy] [/E:mmddyy]
  13.  
  14.         where:
  15.            'callerfile' is the name of a log file. It may be the combination
  16.                         of several actual caller files, but the utilization
  17.                         figures will be inaccurate.
  18.  
  19.            'outfilename' is the name of a file to receive the report; the
  20.                         default is to display all reports
  21.  
  22.            /N           specifies to suppress pause at screen end
  23.            /V           specifies to check records for validity against the
  24.                         PCBTEXT file; this is may not be valid for later
  25.                         versions of PCBoard
  26.            /1           includes files in the downloads report for files
  27.                         downloaded only once, otherwise only files downloaded
  28.                         twice or more are reported
  29.            /SU          suppresses the  "User Activity" report
  30.            /S:mmddyy    starting date to process log records
  31.            /E:mmddyy    ending date to process log records
  32.            /FF          specifies that form feeds are generated for
  33.                         each report page
  34.            /C:n         specifies a single node number
  35.            /T           records unprocessed or unknown records in the
  36.                         file called PCBCS.UNK
  37.            /U           write the user statistics report to file called USTATS
  38.  
  39.   Version history:
  40.   ---------------
  41.  
  42.   1.13,  9/21/88 - correct missing crlf for heading after users report
  43.                    correct missing aborted dl counts
  44.                    correct missing "Data Base Updated" counts
  45.   1.14, 10/18/88 - correct utilization plot
  46.   1.15, 12/17/88 - improve recording of active (lost) time
  47.   1.20,  1/02/89 - correct change of year problem
  48.   1.21,  1/16/89 - correct problem with more than 8 conferences
  49.   1.22,  4/09/89 - add /C:n parameter
  50.   1.23,  7/18/89 - add /T for tracing unprocessed messages
  51.                  - add elapsed time and 9600 usage to user activity report
  52.                  - correct elapsed time measurements for spanning midnight
  53.                  - remove check for elapsed time exceeding 120 minutes
  54.   1.24, 12/12/89 - add baud rates over 19200
  55.   1.25,  2/06/90 - correction for more than 9 bulletins in a conference
  56.   1.26,  3/18/90 - convert to BC7
  57.   1.27,  3/18/90 - replace CSUB with BC7 functions
  58.   1.28,  4/28/90 - streamine message checking; minor changes for PCBoard 14.5
  59.   1.29,  5/04/90 - add more statistics (reported when /T is used)
  60.   1.30,  5/14/90 - add kludge for PCBoard "change" in CALLER logoff records
  61.   1.31,  6/08/90 - correct multinode report showing non-existant nodes
  62.   1.32,  8/09/90 - correct duplicate download entries
  63.   1.33,  9/23/90 - correct for too many conferences
  64.   1.34,  9/24/90 - account for logoffs through MARKMAIL door
  65.   1.35,  9/24/90 - speed up processing of DL file names
  66. | 1.36,  1/03/91 - add /U command line option, increase limits
  67.  
  68.   Limitations:
  69.   -----------
  70.         Maximum users per report  2000
  71.         Maximum DL file names     4095
  72.         Maximum DOOR names          20
  73.         Maximum BULLETINS           99
  74. |       Maximum conferences        255
  75. |       Maximum nodes               99
  76.  
  77.   Notes:
  78.   -----
  79. |       Written by Vernon D. Buerg using MS BASIC Compiler PDS version 7.1
  80.         and some assembler subroutines. For personal use only. May not be sold.
  81.  
  82.         PCBCS (c) Copyright 1988-1991 Vernon D. Buerg. All rights reserved.
  83.